GridCellControl.setVAlign

Sets the vertical alignment for all child content where all child controls are aligned as a single block.

Supported values:
ValueConstant
CenterControlConstants.VERTICAL_ALIGNMENT_CENTER
TopControlConstants.VERTICAL_ALIGNMENT_TOP
BottomControlConstants.VERTICAL_ALIGNMENT_BOTTOM

Example:

 controls.GRIDCELL1.setVAlign(ControlConstants.VERTICAL_ALIGNMENT_TOP);
 

Parameters

java.lang.String  vAlign,